rsc.io/qr/coding.Bits.nbit (field)
13 uses
rsc.io/qr/coding (current package)
qr.go#L63: nbit int
qr.go#L68: b.nbit = 0
qr.go#L72: return b.nbit
qr.go#L76: if b.nbit%8 != 0 {
qr.go#L83: if b.nbit%8 != 0 {
qr.go#L87: b.nbit += 8 * len(p)
qr.go#L96: if b.nbit%8 == 0 {
qr.go#L99: m := -b.nbit & 7
qr.go#L104: b.nbit += n
qr.go#L106: b.b[len(b.b)-1] |= uint8(v >> sh << uint(-b.nbit&7))
qr.go#L403: if b.nbit < nd*8 {
qr.go#L404: b.Pad(nd*8 - b.nbit)
qr.go#L406: if b.nbit != nd*8 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |